| Einhugur macOS Bridge plugin. |
|
NSSavePanel.BeginSheetModalForWindow Method
Presents the panel as a sheet modal to the specified window. (This variation takes new style Xojo Desktop window)

BeginSheetModalForWindow(
windowInstance
as DesktopWindow,
completionHandler
as PanelCompletionDelegate)
Parameters
- windowInstance
- The window in which the panel will be presented.
- completionHandler
- Address of completion handler to get the result when the user presses OK or Cancel.
Remarks
See Also
NSSavePanel Class